home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / basecast.cst / 00003_Script_3 < prev    next >
Text File  |  1997-07-24  |  406b  |  13 lines

  1. on exitFrame
  2.   set the visible of sprite 44 = false
  3.   set the visible of sprite 45 = false
  4.   set the visible of sprite 46 = false
  5.   set the visible of sprite 47 = false
  6.   if the machinetype <> 256 then 
  7.     global fixpal
  8.     openxlib "FixPalet"
  9.     set fixpal=FixPalette(mNew, the stageLeft, the stageTop, the stageRight, the stageTop)
  10.     if objectp(fixpal) then fixpal(mPatchIt)
  11.   end if
  12. end
  13.